net/http.persistConn.t (field)

15 uses

	net/http (current package)
		transport.go#L1683: 	cfg := cloneTLSConfig(pconn.t.TLSClientConfig)
		transport.go#L1694: 	if d := pconn.t.TLSHandshakeTimeout; d != 0 {
		transport.go#L1738: 		t:             t,
		transport.go#L1927: 		return &persistConn{t: t, cacheKey: pconn.cacheKey, alt: alt}, nil
		transport.go#L1937: 			return &persistConn{t: t, cacheKey: pconn.cacheKey, alt: alt}, nil
		transport.go#L2071: 	t         *Transport
		transport.go#L2109: 	if v := pc.t.MaxResponseHeaderBytes; v != 0 {
		transport.go#L2165: 	t := pc.t
		transport.go#L2243: 		pc.t.removeIdleConn(pc)
		transport.go#L2248: 		if err := pc.t.tryPutIdleConn(pc); err != nil {
		transport.go#L2531: 		timer := time.NewTimer(pc.t.ExpectContinueTimeout)
		transport.go#L2756: 	if !pc.t.DisableCompression &&
		transport.go#L2781: 	if pc.t.DisableKeepAlives &&
		transport.go#L2835: 			if d := pc.t.ResponseHeaderTimeout; d > 0 {
		transport.go#L2914: 		pc.t.decConnsPerHost(pc.cacheKey)